1.1.8.11. osx.cocoa.MissingSuperCall (ObjC) Warn about Objective-C methods that lack a necessary call to super.
Examples:
@interface Test : UIViewController @end @implementation test - (void)viewDidLoad {} // warn @end